*{
    margin: 0;
    padding: 0;
}

html{
    height:100%;
    min-height:100%;
}

body
{
	margin: 0;
	padding: 0;
    background-image:linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url("../assets/images/background.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    min-height:100%;
	height: 100%;
	font-family: sans-serif;
}
.loginBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	height: 420px;
	padding: 80px 40px;
	box-sizing: border-box;
	background: rgba(0,0,0,.9);

}
.user
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: calc(-100px/2);
    left: calc(50% - 50px);
    background:#fff;
    border-radius:50%;
    filter:drop-shadow(0px 1px 5px #fff);
}
h6
{
    margin: 0;
    margin-top: -10px;
	padding: 0px 0px 10px !important;
	color: #efed40;
	text-align: center;
}
.loginBox p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
    color: #fff;
    font-size:15px !important;
}
.loginBox input
{
	width: 100%;
	margin-bottom: 20px;
}
.loginBox input[type="text"],
.loginBox input[type="password"],
.loginBox input[type="email"]
{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
    height: 40px;
    padding-left: 5px !important;
	color: #fff;
	font-size: 16px;
}
::placeholder
{
	color: rgba(255,255,255,.5);
}
.loginBox button[type="submit"]
{
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
    font-size: 16px;
    width: 100%;
	background: #ff267e;
	cursor: pointer;
	border-radius: 20px;
}
.loginBox button[type="submit"]:hover
{
	background: #efed40;
	color: #262626;
}
.loginBox button[name="submit2"]
{
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
    font-size: 16px;
    width: 100%;
	background: #ff267e;
	cursor: pointer;
	border-radius: 20px;
}
.loginBox button[name="submit2"]:hover
{
	background: #efed40;
	color: #262626;
}
.loginBox a
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#particles-js{
    height:100%;
    min-height:100%;
}
